aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* From Jakub Zawadzki:Anders Broman2010-05-023-20/+69
* From Jakub Zawadzki:Anders Broman2010-05-021-18/+17
* [Automatic manuf and enterprise-numbers update for 2010-05-02]Gerald Combs2010-05-022-6/+262
* Don't type prune the data_ptr pointer for UAT.Stig Bjørlykke2010-05-022-2/+2
* Don't type prune the data_ptr pointer for UAT.Stig Bjørlykke2010-05-022-4/+4
* From Hitoshi Irino:Jaap Keuter2010-05-021-39/+72
* Fix for bug 4723:Jaap Keuter2010-05-022-2/+2
* Added some more dissecting.Stig Bjørlykke2010-05-021-8/+44
* Disable ok button when no name entered.Stig Bjørlykke2010-05-021-0/+9
* Added tooltips for UAT column headers.Stig Bjørlykke2010-05-021-0/+5
* Dissect 3GPP AVP 5 3GPP-GPRS Negotiated QoS profile.Anders Broman2010-05-012-2/+22
* Replace GtkClist in uat_gui.c with GtkTreeView+GtkListStore. Pop up theGerald Combs2010-04-303-29/+167
* Revert rev 32519 for now: it is making the dissector bug a little too obvious...Jeff Morriss2010-04-301-1/+3
* Pick up other check from the almost-identical routine inGuy Harris2010-04-301-0/+9
* Fix comment.Guy Harris2010-04-301-1/+1
* Fix up indentation a bitJeff Morriss2010-04-301-11/+11
* Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1696 :Jeff Morriss2010-04-301-12/+57
* Add a catch-all if statement for column formats that are filled in byGerald Combs2010-04-301-26/+9
* From Chris Maynard: Fix Bug #1292: "Win32: confusing setup target warning if ...Bill Meier2010-04-301-2/+5
* Fix a gcc -Wshadow warning.Bill Meier2010-04-301-12/+12
* Fix a gcc -Wshadow warning.Bill Meier2010-04-302-10/+10
* Trivial: Update AUTHORS entry, remove out-of-date comments, minor formattingMartin Mathieson2010-04-304-11/+7
* Clean up some calls to use the same offset as the call to put the parentGuy Harris2010-04-301-175/+192
* Several dissectors fill in custom custom data in the source andGerald Combs2010-04-292-3/+2
* Terminate a string so that strchr doesn't wander off. Hopefully fixes bugsGerald Combs2010-04-291-1/+1
* Remove an unused variable.Gerald Combs2010-04-291-1/+0
* From Mike Morrin:Anders Broman2010-04-2912-220/+768
* Forgot a //Anders Broman2010-04-291-1/+0
* Simplify dissect_sip_authorization_item().Anders Broman2010-04-291-46/+14
* Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4308 :Jeff Morriss2010-04-291-25/+46
* Do the header matching on lower case.Anders Broman2010-04-291-20/+15
* Make the indentation consistent.Jeff Morriss2010-04-291-122/+185
* autentification info gives malformed packet if no space before "="Anders Broman2010-04-291-3/+28
* Make a variable a guint8* instead of a char* since it a) holds TVB data and b...Jeff Morriss2010-04-293-9/+9
* Make a variable a guint8* instead of a char* since it a) holds TVB data and b...Jeff Morriss2010-04-291-1/+1
* Use strchr() instead of index()--Windows doesn't appear to have the latter.Jeff Morriss2010-04-291-7/+7
* From Michael Speck via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=47...Jeff Morriss2010-04-291-0/+4
* It is becomming more common that iscsi vendors use iscsi-redirectors and redi...Ronnie Sahlberg2010-04-291-9/+108
* Add snaplen to capinfos output. Idea from Chris Maynard on -dev.Stephen Fisher2010-04-291-1/+31
* Delay starting the resolv_update_cb until the main window has been displayedJeff Morriss2010-04-291-8/+8
* Use proto_add_item() and clean up the code a bit.Anders Broman2010-04-281-78/+57
* Altho no tabs, use tab-width=8 anyway.Bill Meier2010-04-281-3/+3
* Use consistent indentation;Bill Meier2010-04-281-198/+198
* Replace GtkCList by GtkTreeView.Jaap Keuter2010-04-281-312/+515
* Let's not use tabs with tab-width=4; Convert tabs to spaces (with indent=4).Bill Meier2010-04-282-1260/+1260
* Remove trailing blanks; Also: Altho tabs expanded, use tab-width=8 anyway.Bill Meier2010-04-285-283/+283
* Let's not use tabs with tab-width=4; Converts tabs to spaces (with indent=4).Bill Meier2010-04-283-5681/+5681
* From jmmikkel:Jaap Keuter2010-04-281-0/+8
* From Jakub Zawadzki:Anders Broman2010-04-281-16/+1
* From Jakub Zawadzki:Anders Broman2010-04-281-15/+13