2003-09-06 |
guy | Handle SNMP-over-TCP. |
blob | commitdiff | raw |
2003-03-07 |
guy | Add another sanity check - there shouldn't be more... |
blob | commitdiff | raw | diff to current |
2003-03-04 |
guy | There might well be more than 40 bytes of padding in... |
blob | commitdiff | raw | diff to current |
2003-03-04 |
guy | Attempt to better handle bogus AAL5 lengths (by assumin... |
blob | commitdiff | raw | diff to current |
2003-01-11 |
guy | Put the correct/incorrect flag after the CRC value... |
blob | commitdiff | raw | diff to current |
2003-01-11 |
guy | The OAM type and function type are packed into a single... |
blob | commitdiff | raw | diff to current |
2003-01-10 |
guy | Put the traffic type right after the AAL. |
blob | commitdiff | raw | diff to current |
2003-01-10 |
guy | Oops, a last-minute name change didn't get into packet... |
blob | commitdiff | raw | diff to current |
2003-01-10 |
guy | The Sniffer file formats include a file to identify... |
blob | commitdiff | raw | diff to current |
2003-01-09 |
guy | Check the CRC-10 on AAL3/4 and OAM cells. |
blob | commitdiff | raw | diff to current |
2003-01-09 |
guy | Check the HEC in ATM cells. |
blob | commitdiff | raw | diff to current |
2003-01-09 |
guy | Add code to check the AAL5 CRC, and report it as a... |
blob | commitdiff | raw | diff to current |
2003-01-09 |
guy | It appears that a channel number of 0 means DTE->DCE... |
blob | commitdiff | raw | diff to current |
2003-01-08 |
guy | Make the AAL for a packet a filterable field. |
blob | commitdiff | raw | diff to current |
2003-01-08 |
guy | Dissect non-AAL5 packets as single cells. |
blob | commitdiff | raw | diff to current |
2003-01-03 |
guy | Rename WTAP_ENCAP_ATM_SNIFFER to WTAP_ENCAP_ATM_PDUS... |
blob | commitdiff | raw | diff to current |
2002-08-28 |
jmayer | Removed trailing whitespaces from .h and .c files using the |
blob | commitdiff | raw | diff to current |
2002-08-02 |
jmayer | Replace the types from sys/types.h and netinet/in.h... |
blob | commitdiff | raw | diff to current |
2002-06-07 |
guy | Add a Wiretap routine to process packets captured via... |
blob | commitdiff | raw | diff to current |
2002-05-25 |
guy | Get rid of the routine to dissect LANE topology change... |
blob | commitdiff | raw | diff to current |
2002-05-24 |
guy | Add LANE 2.0 stuff. |
blob | commitdiff | raw | diff to current |
2002-04-30 |
guy | Don't bother telling the user twice that the traffic... |
blob | commitdiff | raw | diff to current |
2002-04-30 |
guy | Move the code to guess the traffic type based on the... |
blob | commitdiff | raw | diff to current |
2002-04-30 |
guy | Replace the "ngsniffer_atm" with an "atm" pseudo-header... |
blob | commitdiff | raw | diff to current |
2002-03-31 |
guy | Put the LANE packet type in the Info column for ATM... |
blob | commitdiff | raw | diff to current |
2002-01-21 |
guy | Include files from the "epan" directory and subdirector... |
blob | commitdiff | raw | diff to current |
2001-12-10 |
guy | Move the pointer to the "column_info" structure in... |
blob | commitdiff | raw | diff to current |
2001-12-03 |
guy | Make "dissector_add()", "dissector_delete()", and ... |
blob | commitdiff | raw | diff to current |
2001-11-26 |
hagbard | Moved from using dissect_data to using call_dissector() |
blob | commitdiff | raw | diff to current |
2001-06-18 |
guy | From Joerg Mayer: explicitly fill in all members of a |
blob | commitdiff | raw | diff to current |
2001-05-27 |
guy | Call the LANE dissector through a handle. |
blob | commitdiff | raw | diff to current |
2001-05-27 |
guy | Call the SSCOP dissector through a handle. That lets... |
blob | commitdiff | raw | diff to current |
2001-04-15 |
guy | Tvbuffify the ASN.1 code and the Kerberos, LDAP, and... |
blob | commitdiff | raw | diff to current |
2001-01-21 |
guy | Always call the Ethernet and Token Ring dissectors... |
blob | commitdiff | raw | diff to current |
2001-01-09 |
guy | Add an additional "protocol index" argument to "{old_... |
blob | commitdiff | raw | diff to current |
2001-01-03 |
guy | Have the TR MAC and LLC dissectors register themselves... |
blob | commitdiff | raw | diff to current |
2001-01-03 |
guy | Have "proto_register_protocol()" build a list of data... |
blob | commitdiff | raw | diff to current |
2000-11-29 |
gram | Wrap the dissect_fddi() call (with a 4th argument)... |
blob | commitdiff | raw | diff to current |
2000-11-19 |
guy | For each column, have both a buffer into which strings... |
blob | commitdiff | raw | diff to current |
2000-11-16 |
guy | Tvbuffify the STP dissector, have it register itself... |
blob | commitdiff | raw | diff to current |
2000-11-13 |
guy | Move "bytes_to_str()" to "strutil.c" from "packet.c... |
blob | commitdiff | raw | diff to current |
2000-08-13 |
deniel | Add the "Edit:Protocols..." feature which currently... |
blob | commitdiff | raw | diff to current |
2000-08-07 |
guy | Allow either old-style (pre-tvbuff) or new-style (tvbuf... |
blob | commitdiff | raw | diff to current |
2000-05-31 |
guy | Add routines for adding items to a protocol tree that... |
blob | commitdiff | raw | diff to current |
2000-05-29 |
guy | Add "tvb_reported_length()" to get the "reported length... |
blob | commitdiff | raw | diff to current |
2000-05-19 |
gram | Add wtap-int.h. Move definitions relevant to the intern... |
blob | commitdiff | raw | diff to current |
2000-05-18 |
guy | Remove the "union pseudo_header" from the "frame_data... |
blob | commitdiff | raw | diff to current |
2000-05-16 |
gram | Convert Ethernet and Lucent/Ascend dissectors to use... |
blob | commitdiff | raw | diff to current |
2000-05-16 |
gram | Have tvbuff's keep track of cap_len and pkt_len ('lengt... |
blob | commitdiff | raw | diff to current |
2000-05-15 |
gram | Convert token-ring dissector to use tvbuffs. |
blob | commitdiff | raw | diff to current |
2000-05-11 |
gram | Convert LLC dissector to use tvbuffs. |
blob | commitdiff | raw | diff to current |
2000-05-11 |
gram | Add tvbuff class. |
blob | commitdiff | raw | diff to current |
2000-03-12 |
gram | Break proto_tree_add_item_format() into multiple functions: |
blob | commitdiff | raw | diff to current |
2000-02-15 |
gram | Create a header file for every packet-*.c file. Prune... |
blob | commitdiff | raw | diff to current |
1999-12-29 |
guy | Put a list of known OUIs in "oui.h", along with a decla... |
blob | commitdiff | raw | diff to current |
1999-12-05 |
guy | As per Nathan Leulinger's suggestion, have a stub SNMP... |
blob | commitdiff | raw | diff to current |
1999-11-27 |
guy | Make the VPI and VCI filterable fields. |
blob | commitdiff | raw | diff to current |
1999-11-27 |
guy | Move the "guess what type of ATM traffic this is" stuff... |
blob | commitdiff | raw | diff to current |
1999-11-19 |
guy | Add support for SSCOP protocol; dissect signalling... |
blob | commitdiff | raw | diff to current |
1999-11-18 |
guy | (AppTrafType & ATT_HLTYPE) is the type of high-level... |
blob | commitdiff | raw | diff to current |
1999-11-18 |
gram | Check in my work so far on enabling the ATM iptrace... |
blob | commitdiff | raw | diff to current |
1999-11-18 |
guy | Don't define the variables passed to "dissect_snmp_pdu... |
blob | commitdiff | raw | diff to current |
1999-11-18 |
guy | ILMI is just SNMP-over-ATM AAL5; if the SNMP dissector... |
blob | commitdiff | raw | diff to current |
1999-11-16 |
guy | Replace the ETT_ "enum" members, declared in "packet... |
blob | commitdiff | raw | diff to current |
1999-08-20 |
guy | Add support for reading Full Frontal ATM from an ATM... |
blob | commitdiff | raw | diff to current |
|