summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2001-04-01Moved the column_info structure and related enum from packet.{c,h} toEd Warnicke3-59/+96
2001-04-01Moved the value_string structures and function from packet.{c,h} intoEd Warnicke6-67/+142
2001-04-01Added to_str.objEd Warnicke1-0/+1
2001-04-01Moved various to_str files from packet.{c,h} to a separateEd Warnicke7-417/+517
2001-03-31removed #include "print.h" and #include "file.h" from packet.cEd Warnicke1-3/+1
2001-03-31removed #include "util.h" from filesystem.c and resolv.cEd Warnicke2-4/+3
2001-03-31removed #include "prefs.h" from epan/plugins.hEd Warnicke1-2/+1
2001-03-31In various Frame Relay and PPP routines that set the length of theGuy Harris2-14/+16
2001-03-31BACNET support, from Hartmut Mueller.Guy Harris8-5/+1189
2001-03-30Call the encapsulation described in Annex E of Q.933 "Q.933Guy Harris1-4/+10
2001-03-30Fix a case where we were putting a 1-byte field into the tree with aGuy Harris1-2/+2
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