aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2005-10-06Build the h223 pluginAnders Broman1-0/+2
2005-10-06From Richard van der Hoff:Anders Broman2-105/+623
2005-10-05Don't try to strip the last byte from a zero-byte OID. Fixes bug 503.Guy Harris1-30/+37
2005-10-05Don't reinvent the wheel, use val_to_str/match_strvalJörg Mayer2-29/+8
2005-10-05add the licence file for the samba4 copied filesRonnie Sahlberg1-0/+9
2005-10-05dissect one more bitfieldRonnie Sahlberg1-68/+96
2005-10-05add dissection of another bitfield and remove some strcpy()Ronnie Sahlberg1-44/+79
2005-10-05rewrite dissection of service options flags to proper booleans and get rid of...Ronnie Sahlberg1-37/+80
2005-10-05bugfix: don't crash, if not enough bytes of the header availableUlf Lamping1-0/+3
2005-10-04Get rid of an unused variable.Guy Harris1-1/+0
2005-10-04From Richard van der HoffAnders Broman1-54/+88
2005-10-04Even a null object has a non-zero length (for the BER identifier andGuy Harris1-1/+1
2005-10-04the t38 tap would only initialize the t38_info structure when called from UDPRonnie Sahlberg1-23/+32
2005-10-04in svn 15335 the tcp analysis was changed to do its stuff and to populate (...Ronnie Sahlberg4-14/+71
2005-10-04Fix a typo.Guy Harris1-1/+1
2005-10-04Get rid of // comments - not all C compilers like them.Guy Harris1-2/+6
2005-10-04Don't ensure all the bytes of a security descriptor exist before callingGuy Harris6-41/+104
2005-10-04We can just use "get_ber_identifier()" and "get_ber_length()" to fetchGuy Harris1-18/+22
2005-10-04From John Sullivan:Anders Broman2-27/+149
2005-10-04Add some requested items.Anders Broman1-0/+4
2005-10-04Preparations for h223Anders Broman2-1/+13
2005-10-04From Dave RichardsAnders Broman2-301/+327
2005-10-04Don't assume that every packet has a non-null "call_data" value. FixesGuy Harris1-4/+17
2005-10-03A hash table doesn't *have* to have a value destroy function - and, inGuy Harris1-16/+3
2005-10-03The "extern" in "struct _fragment_items" doesn't do anything, as dataGuy Harris1-1/+1
2005-10-03From Jeff Snyder:Anders Broman4-0/+676
2005-10-03Add dissection of some more OID's and use the #.REGISTER function.Anders Broman1-206/+415
2005-10-03from Yaniv Kaul: add a Preference setting for IP checksum validationUlf Lamping1-35/+44
2005-10-03from Peter Johansson:Ulf Lamping1-1/+1
2005-10-03dissect_rtse_EXTERNAL is already declared in the header as extern.Luis Ontanon1-3/+0
2005-10-03prettify mount,Ronnie Sahlberg1-18/+33
2005-10-03Fix a typo.Anders Broman1-2/+2
2005-10-03From Alejandro Vaquero:Anders Broman3-2/+103
2005-10-03From Graeme LuntAnders Broman9-80/+304
2005-10-02From Graeme LuntAnders Broman1-5/+12
2005-10-02From Jeff SnyderAnders Broman4-42/+339
2005-10-02enhancements COL_INFO output and make bittorrent protocol filterableUlf Lamping1-13/+45
2005-10-02add doxygen comments to column-utils.h and do a slight code cleanupUlf Lamping3-43/+173
2005-10-01one step further... Luis Ontanon3-4/+11
2005-10-01propperly initialize vendor->ett if the vendor is not found while radius_regi...Luis Ontanon1-2/+3
2005-10-01emem.[ch]:Luis Ontanon4-44/+82
2005-09-30Fix bug 492 - the MMSE dissector calls add_content_type() defined in WSP, whichOlivier Biot1-1/+4
2005-09-29I needed to cut'n'paste something more...Luis Ontanon1-1/+6
2005-09-29Update to the latest version of the standard.Anders Broman1-82/+114
2005-09-29make n a guint32 to not wrap around at 65536Anders Broman1-1/+1
2005-09-29add a debugging function that creates a tree exploding the parsed elementsLuis Ontanon2-0/+35
2005-09-29From Mike DuigouAnders Broman1-18/+22
2005-09-29Move the Diameter dictionary files to a "diameter" subdirectory, alongGuy Harris1-3/+3
2005-09-29Make "top_tree" static; nobody else uses it, and if they're both notGuy Harris2-2/+2
2005-09-28fix #480: Change defaults for all reassembling settings to ONUlf Lamping15-20/+20