aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2008-07-21See if this gets rid of some unused code warnings...Anders Broman1-52/+12
2008-07-21See if this gets rid of some unused code warnings...Anders Broman1-26/+70
2008-07-21Fix compile error.Anders Broman1-14/+0
2008-07-21Update to version 7.9.0Anders Broman1-557/+1743
2008-07-20Try again ;)Anders Broman1-0/+2
2008-07-20Fix a warning.Anders Broman1-304/+304
2008-07-20Will gcc be happy now?Anders Broman1-0/+2
2008-07-20Fix a warning.Anders Broman1-9/+0
2008-07-20Uggly hack to fix:Anders Broman1-8/+12
2008-07-20Fix a warning.Anders Broman1-0/+14
2008-07-20From Neil Piercy :Anders Broman1-144/+1492
2008-07-19From https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2723Jeff Morriss2-110/+129
2008-07-19From Edward J. Paradise viaJeff Morriss1-9/+95
2008-07-18From Edward J. Paradise:Jaap Keuter1-3/+3
2008-07-18Remove iconv/libiconv checks from *NIX builds: GLIB-2 provides iconv replacem...Jeff Morriss1-1/+1
2008-07-18Remove an (unused) HAVE_ICONV reference.Jeff Morriss1-3/+0
2008-07-18Diameter hasn't used libxml in a while, remove the stubs for it.Jeff Morriss3-1297/+2
2008-07-17We require GLIB-2 now so there's no need to attempt to use regular iconv: useJeff Morriss3-178/+178
2008-07-16From Balint Reczey:Jaap Keuter1-1/+16
2008-07-16ssl_hash() needs the StringInfo.data it is passed to be word aligned and it a...Jeff Morriss1-7/+17
2008-07-16conv_frame_states is an array of pointers, make it a GPtrArray instead of a G...Jeff Morriss1-38/+59
2008-07-16The second argument to g_ptr_array_add() is the pointer to add, not aGuy Harris1-4/+4
2008-07-16From Alex Turbov:Jaap Keuter1-1/+1
2008-07-16From Alex Turbov:Jaap Keuter1-1/+1
2008-07-15isup_message_type_value is an array, there's no need to pass the address-of i...Jeff Morriss1-32/+32
2008-07-15GArrays' data is properly aligned for whatever they are holding (despiteJeff Morriss1-124/+149
2008-07-15From Joe Eykholt:Jaap Keuter4-0/+568
2008-07-15Add registered fields for the transport class and option bits inGuy Harris1-12/+32
2008-07-15Move the OSI transport protocol dissectors (ISO 8073/ITU-T X.224Guy Harris3-1790/+1864
2008-07-15Frame numbers are unsigned, so 0xffffffff isn't a special out-of-bandGuy Harris1-24/+14
2008-07-15From Kip McAtee:Jaap Keuter1-4/+61
2008-07-15Fix for revision 25730:Jaap Keuter1-0/+1
2008-07-15CTDB isn't an ASN.1-based protocol.Guy Harris1-1/+1
2008-07-14Just have a scalar handle_t for the Infiniband handle, for now. (TheGuy Harris1-20/+17
2008-07-14Rename the ERF "erfhdlc" preference to "hdlc_type" ("erf" is redundant,Guy Harris2-25/+57
2008-07-14Replace the old "erfatm" preference for the ERF dissector with anGuy Harris2-50/+91
2008-07-14List the ERF dissector as one of the "clean" dissectors, so thatGuy Harris1-1/+1
2008-07-14Fix declaration to match change in SVN #25731Bill Meier1-1/+1
2008-07-13The PPP protocol type of 0031 is for the PPP Bridging Control Protocol;Guy Harris2-4/+4
2008-07-13If we know that an Ethernet packet includes the FCS, remove the FCS fromGuy Harris2-12/+52
2008-07-13From Francesco Fondelli:Jaap Keuter5-60/+357
2008-07-13Dissect the PPP Bridge Control Protocol header. Hand Ethernet packetsGuy Harris1-32/+210
2008-07-12From Jess Balint (bug 2700):Stig Bjørlykke1-42/+292
2008-07-12From J. Bruce Fields (bug 2634):Stig Bjørlykke2-152/+288
2008-07-12Small whitespace fix.Stig Bjørlykke1-1/+1
2008-07-12Make erf.ethfcs a Boolean, with "FCS present" and "FCS not present" theGuy Harris2-38/+18
2008-07-12Clean up indentation.Guy Harris1-1/+1
2008-07-12Move the registration for SSL sockets to the protocol dissectors themselves.Jaap Keuter5-12/+12
2008-07-12Rename the preference values to something that leaves out the "eth" (asGuy Harris2-6/+8
2008-07-12ERF Ethernet records always contain Ethernet packets, as the nameGuy Harris2-20/+31