aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2003-04-20Pull much of the processing done after a call to "fragment_add_check()"guy6-117/+124
2003-04-20Under Solaris, strlen() segfaults if you pass it a NULL. Replace all of thegerald1-5/+5
2003-04-20Add a "fragment_add_multiple_ok()" routine that skips the check for aguy3-13/+42
2003-04-20Use "fragment_add_check()" for IPv6 and CLNP reassembly. (Possibly anguy2-5/+11
2003-04-20We can't use the frame_data structure as a key structure when lookingguy3-140/+304
2003-04-19change my e-mail address.tuexen1-1/+1
2003-04-19- a 'quick hack' for col_set_fence support for better INOF column handling (a...tuexen1-55/+88
2003-04-19- added better handling of the INFO column using col_set_fence.tuexen1-4/+4
2003-04-19- add better INFO column handling using col_set_fence.tuexen7-124/+76
2003-04-19- add a col_set_fence calltuexen1-2/+4
2003-04-19- add INFO column stuff using fence.tuexen6-133/+114
2003-04-19Run strings through "format_text()" before putting them into items inguy1-44/+68
2003-04-19The first element in a fragment list isn't a fragment, it's a specialguy1-14/+26
2003-04-19Squelch a compiler warning.guy1-7/+8
2003-04-19Fix a typo.guy1-2/+2
2003-04-18From Thierry Andry: more filterable fields in SNMP.guy2-23/+60
2003-04-18Show metrics in ARP and RTP as ticks and seconds.guy1-34/+63
2003-04-18Add some comments about the 0x10 bit in the Flags field of an NTcreate&X.sharpe1-2/+24
2003-04-180x06 appears to be an opcode for VRTP redirects.guy1-55/+15
2003-04-18Dissect non-sequenced RTP and ARP, and dissect more of sequenced RTP.guy1-119/+677
2003-04-18Fix a problem where the RPC tap would not be calledsahlberg1-2/+9
2003-04-18Update the ip fragment reassembly so that the subdissector is onlysahlberg1-19/+39
2003-04-18From Stephen Shelley: in the NSIS installer build, use the NET_SNMP_DIRguy2-6/+4
2003-04-18From Stephen Shelley: remove a TODO comment that describes stuff that'sguy1-8/+1
2003-04-18In Vines ARP Assignment Response packets, put the address being assignedguy1-2/+10
2003-04-18Handle non-SNAP LLC Vines packets as such when capturing.guy1-1/+7
2003-04-18Add support for Vines ICP.guy1-11/+125
2003-04-18Add support for VINES SRTP (and a stub dissector for RTP).guy1-13/+138
2003-04-18Add VINES ARP support.guy2-159/+237
2003-04-18Add support for Vines IPC.guy2-117/+293
2003-04-17Add a heuristic dissector table to Vines SPP, use it for dissecting SPPguy3-9/+58
2003-04-17Add support for VINES-over-802.2 LLC.guy1-12/+109
2003-04-17Add a small extra check in fragment_add() to make it idempotent.sahlberg1-2/+16
2003-04-17Regularize the Protocol column setting and protocol names, and put theguy1-54/+49
2003-04-17Update a URL, and note that the Open Group publications are nowguy1-4/+4
2003-04-17Use "tvb_ensure_length_remaining()" when checking how much data there isguy1-18/+37
2003-04-17Support SMB as one of the protocols that can run over OSI COTP.guy1-1/+2
2003-04-16When processing the device identification page of vital product data,guy1-23/+64
2003-04-16From Olivier Biot: add more (WB)XML DTDs from WINA.guy1-1/+19
2003-04-16Update packet-ip.c to print the identification number in decimal as well as h...sahlberg1-2/+2
2003-04-16Register RPC as dissector for both TCP and UDP port 111 which is used by ONC-...sahlberg1-1/+13
2003-04-16From Lars Roland:guy15-129/+709
2003-04-16From Stephen Shelley: full payload dissection of compliance levels 0, 1guy3-186/+480
2003-04-16Pull the stuff done in "dissect_packet()" to initialize a column_infoguy5-22/+30
2003-04-16Add the notion of a "fence" to columns. A dissector can set the fenceguy6-37/+143
2003-04-15Don't format a string into a buffer with "snprintf()" and then useguy1-4/+3
2003-04-15Have separate fields for the COTP and CLTP PDU types.guy1-77/+70
2003-04-15From Laurent Meyer: add filterable fields to COTP.guy2-48/+77
2003-04-15Put in a comment noting that the reassembly code assumes subdissectorsguy1-2/+8
2003-04-15When dissecting a SYSTEM_TIME, include the milliseconds in the top-levelguy1-5/+6