index
:
tools/wireshark
Novell_NCP_branch
cherry-pick-112af30d
cherry-pick-78067deb-2
cherry-pick-c6e60da6-2
ethereal
lts-1.12.1
lts-1.2.11
lts-1.8.2
master
master-1.0
master-1.10
master-1.12
master-1.2
master-1.4
master-1.6
master-1.8
master-2.0
master-2.2
master-2.4
master-2.6
master-3.0
master-3.2
old-trunk-1.0
release-3.4
release-3.6
win32-native
WIP Patches to add a samsung-ipc dissector to Wireshark
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
epan
/
uat_load.l
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a very small hack to make the UAT update callback error string freeable, and
Evan Huus
2013-10-25
1
-3
/
+11
*
Add a "hidden" array of UAT entry data to allow separation between UAT file s...
Michael Mann
2013-04-22
1
-3
/
+8
*
Add %option noinput to a bunch of Flex files, as we aren't using the
Guy Harris
2013-02-10
1
-1
/
+6
*
Constify the second argument to uat_load(), to squelch some warnings.
Guy Harris
2013-02-08
1
-1
/
+1
*
Fix several [-Wshadow] warnings;
Bill Meier
2012-11-26
1
-17
/
+17
*
We always HAVE_CONFIG_H so don't bother checking whether we have it or not.
Jeff Morriss
2012-09-20
1
-3
/
+1
*
Don't leak memory when loading UATs. Also reformat a bit.
Jeff Morriss
2012-08-09
1
-13
/
+23
*
Remove doubled semicolons and semicolons outside function.
Jakub Zawadzki
2012-04-13
1
-1
/
+1
*
Call uat->post_update_cb also when not having the uat file.
Stig Bjørlykke
2012-03-30
1
-2
/
+6
*
Replace all strerror() with g_strerror().
Stig Bjørlykke
2011-06-28
1
-1
/
+1
*
Fix CID 813: Code after ERROR is dead code (never reached)
Jörg Mayer
2011-04-24
1
-4
/
+0
*
Close UAT file after loading.
Stig Bjørlykke
2011-02-28
1
-0
/
+1
*
Always call post_update_cb() in uat_load_str().
Stig Bjørlykke
2010-08-30
1
-7
/
+6
*
Run uat->post_update_cb() in uat_load().
Stig Bjørlykke
2010-06-25
1
-6
/
+6
*
From LEGO via bug 3459:
Stig Bjørlykke
2010-03-04
1
-0
/
+7
*
Add an additional "title" attribute for UAT fields; that's what's
Guy Harris
2009-02-16
1
-1
/
+1
*
luis.ontanon@gmail.com => luis@ontanon.org
Luis Ontanon
2008-08-05
1
-1
/
+1
*
Move the file utility functions from wiretap to libwsutil so that
Jeff Morriss
2008-05-22
1
-3
/
+3
*
Bug 2493: Fix (Part 3 of 3):
Bill Meier
2008-04-25
1
-0
/
+6
*
Bug 2493: Fix (Part 2):
Bill Meier
2008-04-25
1
-5
/
+11
*
get_datafile_path() and get_persconffile_path() return malloc'd memory,
Jeff Morriss
2008-02-26
1
-0
/
+2
*
Extend the UAT and preferences code so that you can use the "-o" flag
Gerald Combs
2008-02-15
1
-0
/
+66
*
Change more fopen() to eth_fopen() to finish fixing bug 1827:
Jeff Morriss
2007-10-16
1
-27
/
+28
*
Commit canges to uat_load.l, and initialize uat_t->loaded (not every system z...
Luis Ontanon
2007-08-28
1
-1
/
+1
*
Add a script as a front-end for Flex, to work around various problems,
Guy Harris
2007-08-04
1
-0
/
+1
*
Add comments to various %option items to explain what they're doing.
Guy Harris
2007-07-30
1
-3
/
+19
*
increase line numbers on comments too
Luis Ontanon
2007-07-17
1
-2
/
+2
*
Add some GCC warnings to the standard set, and add some others to the
Guy Harris
2007-04-23
1
-3
/
+3
*
Fix management of lstrings in uat code so that arbitrary chars (even '\0's) c...
Luis Ontanon
2007-04-01
1
-138
/
+2
*
remove remaining warnings in epan dir and set the "treat warning as error" ba...
Ulf Lamping
2007-03-25
1
-1
/
+1
*
Add ENUM and HEXBYTES modes
Luis Ontanon
2007-02-07
1
-20
/
+47
*
Move (Up/Down) & Save buttons
Luis Ontanon
2007-02-04
1
-0
/
+2
*
the quoted_string regexp in uat_load() fails badly on "...\\", workarround in...
Luis Ontanon
2007-02-04
1
-1
/
+6
*
second iteration:
Luis Ontanon
2007-02-03
1
-20
/
+23
*
do not use yy_flex_realloc()
Luis Ontanon
2007-01-30
1
-3
/
+1
*
uat_load.l improve error reporting
Luis Ontanon
2007-01-29
1
-14
/
+17
*
now it is operational.
Luis Ontanon
2007-01-29
1
-14
/
+93
*
Although yet untested (but it compiles and is still unused) add UAT to the repo.
Luis Ontanon
2007-01-28
1
-0
/
+284