aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2001-03-30NLPID's of 0x08 and 0x09 should be labeled as Q.933 and LMI,Guy Harris13-138/+217
2001-03-30Q.931 protocol discriminators aren't, at least as I read Q.931, the sameGuy Harris1-32/+24
2001-03-30Call the capture routine for PPP-in-HDLC-like-framing (RFC 1662) theGuy Harris5-13/+13
2001-03-30Call the dissector for PPP-in-HDLC-like-framing (RFC 1662) theGuy Harris6-53/+46
2001-03-29Have "dissect_ppp_stuff()" set the Protocol column for unknownGuy Harris1-53/+57
2001-03-29Add WCP to the list of Ethernet types in "etype_vals[]", and addGuy Harris5-8/+13
2001-03-29Fix a typo.Guy Harris1-2/+29
2001-03-29An NLPID of 0xb0 is defined by ISO/IEC TR 9577 to be "Data compressionGuy Harris2-5/+4
2001-03-29Change name of "Last-Protocol" columns to "End" so that there'sGilbert Ramirez2-6/+7
2001-03-28Use "proto_tree_add_boolean_hidden()", notGuy Harris3-7/+7
2001-03-28Replace proto_tree_add_item_hidden with proto_tree_add_boolean_hidden toOlivier Abad1-2/+2
2001-03-28Handle, in the Q.931 heuristic dissector, the case where TPKT isn'tGuy Harris3-5/+11
2001-03-28Support for TPKT being used for its original purpose (TCP port > 102,Guy Harris5-58/+130
2001-03-28If the IP header length is < 20, don't try to dissect the header (otherGuy Harris1-4/+17
2001-03-27Fix a comment.Guy Harris1-2/+2
2001-03-27Make "comp_info_str" static in Ethereal - there's no need for it outsideGuy Harris3-45/+70
2001-03-27There's no "-D" option to Ethereal - remove the "D" from the getopt flagGuy Harris1-2/+2
2001-03-27Give Tethereal a "-D" flag, inspired by WinPcap's "-D" flag, whichGuy Harris2-3/+35
2001-03-27Added the created tvbuff into the original tvbuff chain so clean-up isGuy Harris1-2/+7
2001-03-26Added the created tvbuff into the original tvbuff chain so clean-up is perfor...Jeff Foster1-1/+4
2001-03-26Change proto_item_add_subtree to test for NULL pi value and return NULL.Jeff Foster1-2/+7
2001-03-26misc afs/rx updates - more dissection, etc.Nathan Neulinger5-42/+216
2001-03-26GUI code fixes from Eduardo P�rez Ureta.Guy Harris4-5/+9
2001-03-26Create dialogue box as top-level window, not transient window.Gilbert Ramirez1-4/+6
2001-03-25Tvbuffify the ICQ dissector.Guy Harris1-1004/+698
2001-03-24Get rid of extra definition of "byte_nb_ptr"; it's defined inGuy Harris1-8/+8
2001-03-24Fix typos in comments.Guy Harris1-3/+3
2001-03-24Always hand "print_line()" a string that ends with "\n".Guy Harris1-3/+2
2001-03-24Put a blank line before the line identifying the data source for theGuy Harris1-1/+2
2001-03-24Clear "fdata->data_src" when initializing a "frame_data" structure.Guy Harris1-1/+15
2001-03-24"reactivate_window()" is used only by stuff in the "gtk" directory, andGuy Harris4-11/+42
2001-03-24The declaration of "destroy_packet_wins()" belongs inGuy Harris4-8/+11
2001-03-24Give the code that computes protocol statistics a progress dialog box,Guy Harris7-54/+150
2001-03-23Add a macro to extract the DLCI from the address field.Guy Harris1-21/+12
2001-03-23Back out the guint64 stuff - it's not clear it's the right way to handleGuy Harris1-41/+20
2001-03-23Put back some of Gilbert's changes lost by recent checkins.Guy Harris1-6/+5
2001-03-23Add "volatile" qualifiers so that variables survive a setjmp/longjmpGuy Harris1-3/+3
2001-03-23Routines called by "g_node_traverse()" are supposed to return TRUE ifGuy Harris1-1/+2
2001-03-23Pull the NLPID for Wellfleet compression into "nlpid.h".Guy Harris3-21/+20
2001-03-23Misc ubik/afs updates to correct a SEGV and add some moreNathan Neulinger5-52/+85
2001-03-23Add the LMI dissector for Frame Relay and the Wellfleet compressionGuy Harris1-1/+3
2001-03-23Fixed problem in wcp_uncompress. If the proto_tree was null the programJeff Foster1-10/+16
2001-03-23Don't convert a WTP PDU type to a string by using as an index into aGuy Harris1-2/+3
2001-03-23Updated the frame relay dissector - dissect-fr.cJeff Foster4-28/+1122
2001-03-23Added named data sources printing support, written by Guy HarrisJeff Foster3-13/+40
2001-03-23Fix last minute edit mistake in add_byte_tab.Jeff Foster1-6/+2
2001-03-23Changes required to support multiple named data sources.Jeff Foster13-98/+432
2001-03-23Update the version of the MGCP plugin.Guy Harris1-1/+1
2001-03-23The Win32 build builds wiretap as a DLL and requires WinPcap 2.1.Gilbert Ramirez10-37/+109
2001-03-22Add a new tool which summarizes packet counts by protocols, butGilbert Ramirez10-4/+495