summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-03-19Replace GtkCList by GtkTreeView.Jaap Keuter1-726/+450
2010-03-19From Jochen Bartl:Jaap Keuter1-9/+49
2010-03-19Squelch a bunch of compiler warnings.Guy Harris1-55/+57
2010-03-19Clarify that "-b" with the "files" criterion needs either duration or filesizeJeff Morriss3-46/+55
2010-03-19add some Q.931 messages from older specificationsTomas Kukosa2-0/+8
2010-03-19Squelch some compiler warnings.Guy Harris1-8/+8
2010-03-19Change printing of all BASE_OCT values to use the alternate formRonnie Sahlberg1-8/+8
2010-03-19Squelch some compiler warnings.Guy Harris2-167/+180
2010-03-18Update the dissection of NFSv3 SETATTR Mode bits and dissect each Ronnie Sahlberg1-41/+87
2010-03-18Time to drop the T38 analysis menu option.Jaap Keuter3-93/+0
2010-03-18From KATAOKA Toshihiro:Anders Broman1-321/+327
2010-03-18From KATAOKA Toshihiro:Anders Broman4-17/+227
2010-03-18From KATAOKA Toshihiro:Anders Broman1-3/+9
2010-03-18(Minor) Fix a gcc -Wshadow warning.Bill Meier1-4/+5
2010-03-18From Hadar Shoham: Bootp option 61Bill Meier2-1/+130
2010-03-18cmake changes:Jörg Mayer27-54/+123
2010-03-17Define HAVE_PCAP_LIST_DATALINKS, HAVE_PCAP_FREE_DATALINKS, andGuy Harris1-4/+12
2010-03-17Add dissection of "multiplexing with RTP header compression"Anders Broman1-31/+74
2010-03-17Revert SVN #32222: The handling of TLVs within the "LOCATOR" TLV needs to be ...Bill Meier1-78/+56
2010-03-17Trivial reformattingMartin Mathieson1-2/+2
2010-03-17Add CMake tests for pcap_datalink_val_to_description() andGuy Harris2-6/+20
2010-03-17Add HAVE_PCAP_FREE_DATALINKS to config.h.win32, as we've added it toGuy Harris1-0/+1
2010-03-17From Samu Varjonen: Locator presentation change for HIP dissector.Bill Meier1-56/+78
2010-03-17Minor changes:Bill Meier1-103/+98
2010-03-17Use the right #define value to check whether WinPcap hasGuy Harris3-1/+3
2010-03-17Change som proto_tree_add_text() regarding protocoll errors toAnders Broman1-8/+13
2010-03-17Add heuristic table for Q.931 User-specific protocolTomas Kukosa3-12/+29
2010-03-17Fix crash when opening About box with disabled OID resolution.Balint Reczey1-0/+5
2010-03-17Update according to IANA registery.Jaap Keuter1-2/+16
2010-03-16From Harald Welte:Anders Broman2-0/+399
2010-03-16From KATAOKA Toshihiro:Anders Broman1-37/+94
2010-03-16Fix unused parameter 'num_fci' warning.Anders Broman1-2/+2
2010-03-16From Ed Beroset: Add missing include in tcp_dissect_pdus example.Bill Meier1-0/+1
2010-03-16From Matteo Valdina:Anders Broman1-70/+276
2010-03-16Remove trailing semicolonKovarththanan Rajaratnam2-6/+6
2010-03-16Add AMR-WB to the rtp_dyn_payload_type table.Anders Broman1-7/+32
2010-03-16Some if (tree) cleanupKovarththanan Rajaratnam1-21/+19
2010-03-16Avoid some dead assignmentsKovarththanan Rajaratnam1-3/+3
2010-03-16Whitespace cleanupKovarththanan Rajaratnam1-10/+9
2010-03-16Indicate width of parent bitfieldKovarththanan Rajaratnam1-2/+2
2010-03-16Inline truth/false tableKovarththanan Rajaratnam1-2/+5
2010-03-16This adds a new dissector plugin: INTERLINK. This protocol is used inUwe Girlich23-0/+1031
2010-03-16Fix some compiler warnings, clean up indentation a bit.Guy Harris1-19/+20
2010-03-16A few minor changes:Bill Meier1-14/+15
2010-03-15tvb_length() is *not* the length of the packet; it's the amount ofGuy Harris1-6/+6
2010-03-15From Adrian Daerr:Jaap Keuter3-0/+466
2010-03-15My previous checkin reverted some changes, try to fix that.Anders Broman1-412/+70
2010-03-15Initialize a variable that otherwise might not beJeff Morriss1-1/+2
2010-03-15Declare sip_uri_offset_init() as returning void and remove a couple unused va...Jeff Morriss1-8/+4
2010-03-15To fill stat_info->tap_to_addr it needs to be outside of if(tree).Anders Broman1-83/+431