aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2007-04-23Add some GCC warnings to the standard set, and add some others to theGuy Harris50-281/+295
2007-04-23Just use -1 to go to the end of a tvbuff.Guy Harris1-3/+1
2007-04-23Mark all the items for TCAP statistics as generatedJeff Morriss2-167/+179
2007-04-23add request/response matching for ctdbRonnie Sahlberg1-7/+299
2007-04-23Formating changes and align a bit to spec.Anders Broman1-23/+36
2007-04-23"call_ber_syntax_callback()" isn't used outside packet-ber.c, isn'tGuy Harris1-1/+1
2007-04-22Only #deinfe __USE_XOPEN if not already defined. On my Suse 10.2 it wasJörg Mayer1-2/+5
2007-04-22Get rid of some const warnings.Guy Harris1-14/+15
2007-04-22Check the GLib version number, not the GTK+ version number; it's GLib weGuy Harris1-1/+1
2007-04-22GString.len has changed signednedd between gtk1 and gtk2Ronnie Sahlberg1-2/+5
2007-04-22Fix a signedness warning.Jörg Mayer1-1/+1
2007-04-22Fix for bug 1541. Adjust offset for long longs by 8, not by 4.Jaap Keuter1-1/+1
2007-04-22fix the sign of a variable to prevent a singed/unsigned warning during Ronnie Sahlberg1-1/+1
2007-04-21EXPORT DialoguePDU UniDialoguePDU and make them callable by OID.Anders Broman2-29/+65
2007-04-21Put some missing TAG:s in the tree if internal BER fields shown.Anders Broman1-26/+39
2007-04-20Move some data frame back out of the control frame scope, so Wireshark Gerald Combs1-25/+119
2007-04-20Fix 64-bit integer handling and whitespace.Gerald Combs1-8/+9
2007-04-20More .11n-related updates and additions from Dustin Johnson and myself:Gerald Combs1-958/+1838
2007-04-20Since code generated by lex may trigger gcc warnings, we are now generating twoSebastien Tandel1-8/+24
2007-04-20get rid of some unused parameters in process_ssl_payloadSebastien Tandel1-11/+6
2007-04-20Add EXTERNAL to the value string and add comments about UNIVERSAL tags.Anders Broman2-23/+39
2007-04-20Add Recognition of ELRP (Extreme Loop Recognition Protocol) Elements.Jörg Mayer1-13/+57
2007-04-19From Hannes Gredler:Richard van der Hoff1-1/+1
2007-04-19export dissect_ber_tagged_type()Tomas Kukosa1-0/+1
2007-04-19register the right dissector for SIP over SSL/TLSTomas Kukosa1-2/+2
2007-04-18following advice from Gerald, Graham Bloice, and others, let's try copying th...Richard van der Hoff1-0/+15
2007-04-18Fix to BUG GSM CAMEL-3 GPRS InvokeInitialDPGPRS.APN decoded incorrectlyAnders Broman1-20/+6
2007-04-18Make specifier string match argsMartin Mathieson1-4/+4
2007-04-18usage of new #.MAKE_DEFINES asn2wrs directive in RNSAPTomas Kukosa1-991/+1013
2007-04-18Don't use DISSECTOR_ASSERT to (essentially) verify packet data. InsteadJeff Morriss1-2/+12
2007-04-18Add a comment.Anders Broman1-1/+6
2007-04-18From Michael Lum:Anders Broman1-214/+1872
2007-04-18Add an IE.Anders Broman2-4/+5
2007-04-18Pass NULL (instead of proto_) in the last parameter of tap_queue_packet()Jeff Morriss2-21/+23
2007-04-17register the right dissector for tcp Luis Ontanon1-3/+3
2007-04-17Detect ELSM as such - meaning of the elements is still unknown.Jörg Mayer1-1/+39
2007-04-17Make sure ENDTRY gets evaluatedLuis Ontanon1-6/+6
2007-04-17Fix warnings of the form "long long unsigned int format, guint64 arg": useJeff Morriss4-124/+124
2007-04-17More .11k/n updates from Dustin Johnson:Gerald Combs1-415/+1046
2007-04-16revert back to 20437Luis Ontanon1-17/+6
2007-04-16From Tuomas Maattanen:Gerald Combs1-13/+14
2007-04-16Use recent IANA port assignments.Michael Tüxen2-9/+6
2007-04-16Replace g_assert() with DISSECTOR_ASSERT()Jeff Morriss1-1/+1
2007-04-16From Victor Fajardo: update the PANA dissector to draft-15aJeff Morriss1-136/+99
2007-04-16Fix a couple warningsJeff Morriss2-10/+10
2007-04-16move string tables from packet-ssl-utils.h to packet-ssl-utils.c and export themTomas Kukosa2-391/+420
2007-04-16Frame numbers are unsigned, print them as suchJeff Morriss7-27/+27
2007-04-16Wireshark now requires support for 64-bit types so there's no need to #ifdefJeff Morriss1-0/+4
2007-04-15Revert commit 21430 and use #if 0/#endif insteadJörg Mayer1-0/+62
2007-04-14From Sake Blok:Stephen Fisher1-1/+11