summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2001-01-09If the target hardware address in an ARP packet is a broadcast address,Guy Harris1-3/+9
2001-01-09Don't do the "select()" in the capture codepath on Win32; it's notGuy Harris1-4/+20
2001-01-08Code to handle Frame Relay Sniffer captures, from Jeff Foster.Guy Harris5-6/+21
2001-01-07Clean up white space.Guy Harris1-2/+2
2001-01-07Fix the Frame Relay dissector to call subdissectors regardless ofGuy Harris1-17/+16
2001-01-07Frame Relay and Frame-Relay-over-GRE support, from Paul Ionescu.Guy Harris5-105/+274
2001-01-07Make the three subfields of the "flags" field real bitfields, and letGuy Harris2-56/+44
2001-01-07Update from Paul Ionescu to set the reported length of the tvbuff forGuy Harris1-2/+7
2001-01-06Tvbuffify the NTP and time protocol dissectors.Guy Harris3-193/+201
2001-01-06Tvbuffify the Vines dissector, and add protocols for the VinesGuy Harris3-232/+299
2001-01-06Tvbuffify the "rwho" dissector.Guy Harris1-111/+119
2001-01-06Tvbuffify the VRRP dissector, and add code to check the checksum.Guy Harris1-79/+94
2001-01-06Set "pinfo->current_proto".Guy Harris1-1/+3
2001-01-06Tvbuffify the MPLS dissector.Guy Harris1-31/+34
2001-01-06Tvbuffify the LPD dissector.Guy Harris1-58/+52
2001-01-05Map the old MGCP preference names to the new ones (including a specialGuy Harris1-5/+80
2001-01-05Use "%u", not "%d", to print unsigned quantities.Guy Harris1-16/+13
2001-01-05IP Prefix field support in CDP, from Paul Ionescu.Guy Harris2-1/+27
2001-01-05X.25-over-LLC support, from Paul Ionescu.Guy Harris4-11/+16
2001-01-05DEC LANBridge Spanning Tree Protocol support, from Paul Ionescu.Guy Harris4-2/+172
2001-01-05Clear the Info column before fetching anything from the packet, so thatGuy Harris1-1/+3
2001-01-05Clear the Info column before fetching anything from the packet, so thatGuy Harris1-1/+4
2001-01-05Set "pinfo->current_proto" once we've decided it's an H1 packet.Guy Harris1-123/+126
2001-01-04Doesn't need #include "dfilter.h"Gilbert Ramirez2-4/+2
2001-01-04Doesn't need #include "dfilter.h"Gilbert Ramirez1-2/+1
2001-01-04Make the PPP-over-Ethernet discovery and session protocols registeredGuy Harris1-28/+59
2001-01-04Don't define "promisc_mode" if we weren't built with libpcap support.Guy Harris1-1/+3
2001-01-03- replace x25 with x.25 in all protocol fieldsOlivier Abad1-24/+56
2001-01-03Tvbuffify the BOOTP/DHCP dissector.Guy Harris1-206/+267
2001-01-03"hf_sna_rh_csi" is now an FT_UINT8 field, so add it withGuy Harris1-2/+2
2001-01-03Ensure that all value_string arrays end in {0, NULL}. Dissectors got awayGilbert Ramirez19-72/+139
2001-01-03Have the TR MAC and LLC dissectors register themselves, make themGuy Harris12-62/+79
2001-01-03Register the WSP dissector, make it static, and have the WTP dissectorGuy Harris3-8/+14
2001-01-03Make the Zebra dissector, and a routine it uses, static, as they're notGuy Harris1-3/+3
2001-01-03Update the README.developer file to reflect the recent changes toGuy Harris1-17/+18
2001-01-03Add a new "prefs_register_protocol()" routine, which is likeGuy Harris16-44/+61
2001-01-03Have "proto_register_protocol()" build a list of data structures forGuy Harris1-2/+2
2001-01-03Have "proto_register_protocol()" build a list of data structures forGuy Harris148-469/+700
2001-01-03Fix a damn stupid mistake that stopped us seeing all the bits in the flags on...Richard Sharpe1-2/+2
2001-01-03Support for HTTP methods added by GENA (the uPnP protocol), and for theGuy Harris3-4/+93
2001-01-02Base the decision of whether selecting an entry in the value list setsGuy Harris1-9/+6
2001-01-02Don't show "Text" as one of the available fields.Guy Harris1-1/+3
2001-01-02Add a dialog box for constructing expressions that test a field in theGuy Harris13-273/+1631
2001-01-01A small fix to ensure that all servers/workgroups show up ... Last oneRichard Sharpe1-2/+2
2000-12-30understand TCP MD5 signature. Greg Hankins <gregh@twoguys.org>Jun-ichiro itojun Hagino1-1/+11
2000-12-29Tvbuffify the MAPI dissector.Guy Harris1-19/+22
2000-12-29Fix up some calls in which I didn't replace "NullTVB" with "tvb".Guy Harris1-6/+6
2000-12-29If we get an exception when dissecting a packet, append "[Short Frame]"Guy Harris5-11/+37
2000-12-29"dissect_lapb()" is static to "packet-lapb.c", so it can't be directlyGuy Harris2-9/+15
2000-12-29Tvbuffify the IMAP dissector.Guy Harris1-57/+97